home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Comunicatii / enigma / esetup.exe / %17€ / DeHighlight.js < prev    next >
Encoding:
Text File  |  2003-06-08  |  153 b   |  6 lines

  1. if (document.sbOldHtml!="") 
  2. {
  3.     document.body.innerHTML=document.sbOldHtml;
  4.     document.sbOldHtml="";
  5. }
  6. else alert("Original html source code lost!");